Create/clean autogen directory.
authorBernd Zeimetz <bernd@bzed.de>
Mon, 12 May 2014 23:17:19 +0000 (01:17 +0200)
committerBernd Zeimetz <bernd@bzed.de>
Mon, 12 May 2014 23:17:49 +0000 (01:17 +0200)
debian/rules

index 1652cd0aeab298647365d19be5166a78fd739d61..219d8ddf42e7574f859266a2c913d95909cca21a 100755 (executable)
@@ -35,6 +35,7 @@ configure: configure-stamp gui/Makefile
 configure-stamp: $(QUILT_STAMPFN)
        dh_testdir
        dh_autotools-dev_updateconfig -Dgpsbabel
+       mkdir -p gpsbabel/xmldoc/autogen
        cd gpsbabel && $(CONFENV) ./configure \
                                        --with-zlib=system \
                                        --with-doc=$(DOCTEMP) \
@@ -97,6 +98,7 @@ clean-patched:
        dh_testdir
        dh_testroot 
        rm -f *-stamp gpsbabel/dep gpsbabel/doc/*.ps
+       rm -rf gpsbabel/xmldoc/autogen
 
        # Add here commands to clean up after the build process.
        [ ! -f gpsbabel/Makefile ] || $(MAKE) -C gpsbabel clean